[%include file="default/en/public/head.html"%]
bann
Home-Order Management
bann
Order Management
Thank you for shopping at the site, please refer to the processing of your order
[% if count($orderlist) > 0 %] [%forlist from=$orderlist key=i%]
Order Order No.: [%$orderlist[i].ordersn%] Order time: [%$orderlist[i].addtime%] Order Amount: ¥[%$orderlist[i].orderamount%]
Order Order No.: [%if $orderlist[i].ordertype==1 %]Unpaid[%/if%] [%if $orderlist[i].ordertype==2 %]Being processed[%/if%] [%if $orderlist[i].ordertype==0 %]Has been canceled[%/if%] [%if $orderlist[i].ordertype==3 %]Have a refund[%/if%] [%if $orderlist[i].ordertype==4 %]Has returned[%/if%] [%if $orderlist[i].ordertype==5 %]Shipped[%/if%] [%if $orderlist[i].ordertype==6 %]Has been completed[%/if%] View View [%if $orderlist[i].ordertype==1%] Cancel Order Cancel Order [%/if%]
[%/forlist%]
[%else%]
You do not have orders!
[%/if%]
[%include file="default/en/public/fotter.html"%]